PackageDescription: OSSB XML Services(Bundle)


OSSB XML Services

Last published: March 29, 2008 by 'bbadger'


Bundle to provide XML Services.

===================
Bundles & Packages
===================
Regex
Holds the GemStone-ported version of the Regular Expression Matcher (``The Software'') Copyright (C) 1996, 1999 Vassili Bykov
See bundle comments for more details.

OSSB XML
Holds all classes to parse an XML file (ensure the file conforms to the XML syntax, no validating against a schema or DTD)

OSkXML-Testing
SUnit test cases for the "OSSB XML" package

OSSB XML Schema
Holds all classes to parse an XML Schema definition file.

OSkXMLSchema-Testing
SUnit test cases for the "OSSB XML Schema" package

OSSB XML Validating
Holds single class, XMLValidatingParser, which is the core interface to the external world to use the XML services.


=================
Publish to GemStone (core classes only)
=================
"
(GSPublisher forPundleNamed: 'Regex11-Exceptions' ) publish.
(GbxClassReader on: Regex11CompatiblityCodeForGemstone codeString readStream) fileIn.
(GSPublisher forPundleNamed: 'Regex11' ) publish.
(GSPublisher forPundleNamed: 'Regex11-Portability' ) publish.

(GSPublisher forPundleNamed: 'OSSB XML' ) publish.
(GSPublisher forPundleNamed: 'OSSB XML Schema' ) publish.
(GSPublisher forPundleNamed: 'OSSB XML Validating' ) publish.
"